C51Snakes.zip package contents

    /C51Snakes
        |
        |-> About C51Snakes.txt - A brief description about the features of the game
        |
        |-> Read me first.txt   - The index of this package
        |
        |-> /ckt                - Contains the circuit diagrams (I don't have a layout since
        |                         I am comfortable working on general purpose PCB! Sorry!)
        |
        |-> /doc                - The detailed documentation of the project
        |
        |-> /hex                - Binary file to be downloaded to AT89S51 MCU. Generated
        |                         using Keil uVision 3 assembler
        |
        |-> /scr shot           - A few screen shots of the game action
        |
        |-> /src                - Contains the documented source code.
                                  If you are using Keil uVision 3 assembler, then
                                  "C51Snakes.asm" is the main file that is to be added
                                  to the project. Remaining 13 files are includes / dependencies
                               